home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 September / Net75b.iso / pc / actions / 00509_Script_green help highlight < prev    next >
Encoding:
Text File  |  2000-02-06  |  196 b   |  11 lines

  1.  
  2. on mouseWithin me
  3.   set the member of sprite the currentSpriteNum to "help green highlight"
  4.  
  5. end
  6.  
  7. on mouseLeave me
  8.   set the member of sprite the currentSpriteNum to "help green"
  9.  
  10. end
  11.